home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
3.0
/
rexxc
/
ep_pubscreen.dopus
< prev
next >
Wrap
Text File
|
1993-12-27
|
413b
|
26 lines
/* Eagleplayeransteuerung über Diropus
(c) 1993 DEFECT
schaltet auf anderen Pubscreen um
*/
options results
if (pos('rexx_EP',SHOW('Ports')) = 0) then
do
address 'DOPUS.1'
toptext 'No Eagleplayer found !'
exit
end
address 'DOPUS.1'
getstring 'Enter_Public_Screen_to_Open_Eagleplayer_on'
aha=result
address 'rexx_EP'
pubscreen aha
aha=result
address 'DOPUS.1'
toptext 'Eagleplayer: '||aha
exit